Git checking out problem [fatal: early EOFs]
Posted
by Style
on Stack Overflow
See other posts from Stack Overflow
or by Style
Published on 2010-03-24T05:58:37Z
Indexed on
2010/03/24
6:03 UTC
Read the original article
Hit count: 641
Dear all,
I'm running a Ubuntu (9.10) server with Git (latest from Ubuntu package manager) installed. Access to the Git is via SSH. On windows machines, I'm using Cygwin to push/pull code.
I can push my project code onto the server but when I do a clone or pull, it returns a [fatal: early EOFs] error at about 75-80%.
Upon further investigation, it seems like textual data has no issue when pulled/cloned but when the jar files and images are pulled from Git, the error will occur.
Any suggestion/advice that can help to resolve this issue?
Thanks in advance.
© Stack Overflow or respective owner